UInt32NINumericUInt32NMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.Multiply(
UInt32N value
)
Private Function Multiply (
value As UInt32N
) As UInt32N Implements INumeric(Of UInt32N).Multiply
private:
virtual UInt32N Multiply(
UInt32N value
) sealed = INumeric<UInt32N>::Multiply
private abstract Multiply :
value : UInt32N -> UInt32N
private override Multiply :
value : UInt32N -> UInt32N
- value UInt32N
- The value to multiply with the current value.
UInt32NThe product of the current value and
value.
INumericTSelfMultiply(TSelf)